| GraphicsFormats package for Buoy |
|
GraphicsFormatInformation.Constructor Constructor
Constructor that takes all the fields of the class.

Constructor(
utiDescription
as String,
utiConformsTo
as String,
uti
as String,
internetMediaType
as Array,
FileileExtensions
as Array)
Parameters
- utiDescription
- The UTI description.
- utiConformsTo
- The conforms to part.
- uti
- The UTI.
- internetMediaType
- Array of internet media types.
- FileileExtensions
- Array of possible file extensions, where the most common or significant one should be first.
Remarks
Normally you will not use the constructor but instead obtain instance of this class from various of file format classes.
See Also
GraphicsFormatInformation Class